START:
msg "Scroll UP few lines and put a bp on the first JMP (0xE9). Then you go on Pluing >OdbgScript >Resume."
pause
run
sti
cmt eip,"<- OEP"

msgyn "Dump file?"
cmp $RESULT, 0
jne DUMP
msg "You're at the OEP, now dump'n'fix the IAT with ImpRec. Locu/06"
ret

DUMP:
dpe "c:\dumped.exe", eip
msg "C:\Dumped.exe SAVED!!! Now fix the IAT whit ImpRec. Locu/06"
ret